home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- </intro>
-
- <!--
- ProdAttribute describes a product attribute. The attribute has
- a type and a value.
-
- The type may be specified as a code (in which case the agency
- that issued the code must be specified). Alternatively, the type
- may be specified as text.
-
- Similarly the value may be specified as a one of a code, text, or
- a measurement.
- -->
-
- <elementtype name="ProdAttribute">
- <model>
- <sequence>
- <!-- The attribute name may be provided as a
- CodedAttribName or as a LangString. / -->
- <choice>
- <!-- A coded value for the Attribute name / -->
- <element type="CodedValue" name="CodedAttribName"
- occurs="?" />
-
- <!-- The Attribute name in text / -->
- <element type="LangString" name="AttribName"
- occurs="?" />
- </choice>
-
-
- <!-- The attribute value may be provided as a
- CodedValue, a LangString, or a Measurement / -->
- <choice>
- <!-- The A coded value for the Attribute value / -->
- <element type="CodedValue" name="CodedAttribValue"
- occurs="?" />
-
- <!-- The Attribute value as text. / -->
- <element type="LangString" name="AttribValue" occurs="?" />
-
- <!-- The Attribute value as a Measurement. / -->
- <element type="Measurement" occurs="?" />
- </choice>
- </sequence>
- </model>
- </elementtype>
-
- <!-- A container for a list of one or more ProdAttribute / -->
- <elementtype name="ListOfProdAttribute">
- <model>
- <element type="ProdAttribute" occurs="+" />
- </model>
- </elementtype>
- </schema>
-